Skip to content

ReactiveViewHost.SuppressChangeNotifications() method

Defined in

Type: ReactiveViewHost Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-android36.0

public IDisposable SuppressChangeNotifications()

View source

Summary: When this method is called, an object will not fire change notifications (neither traditional nor observable) until the return value is disposed.

Returns: IDisposable -- An IDisposable that re-enables change notifications when disposed.